1. |
Install HxD software on your modern computer (obviously, if not already installed). |
|
|
2. |
Attach the CF to your computer via a suitable card reader. |
|
|
3. |
On the Windows desktop, right-click (repeat: right) on the HxD icon, then of the presented options, click on 'Run as administrator'. |
|
|
4. |
When the User Account Control window appears, click on [Yes]. |
|
|
5. |
On the menu bar, click on [Tools] then [Open disk]. ( On early versions of HxD, [Extras] then [Open disk] ) |
|
|
6. |
Untick the 'Open as Readonly' box. |
|
|
|
It is critical that in the next step, that you select the right drive, otherwise you may render your modern computer unbootable. |
|
|
7. |
Double-click on the drive that corresponds to the CF. Guidance on this is shown at here. |
|
|
8. |
In the 'Warning' window that appears, click on [OK]. |
|
|
|
Sector 0 and part of sector 1 is displayed, and the insertion point is at the first byte.
The MBR is sector 0 (512 bytes at offset 0 through 1FF).
We now want to fill all 512 bytes of the MBR (sector 0) with 00.
The following is one way of doing that. |
|
|
9. |
On the menu bar, click on [Edit] then [Select block]. |
|
|
10. |
In the window that appears, set 'Start-offset' to 0, 'End-offet' to 1FF, then click on [OK]. |
|
|
|
You will see that all 512 bytes of the MBR (sector 0) are selected. |
|
|
11. |
On the menu bar, click on [Edit] then [Fill selection]. |
|
|
12. |
In the window that appears, click on [Zerobytes], then click on [OK]. |
|
|
|
You will see that all 512 bytes are now 00. |
|
|
13. |
On the menu bar, click on [File] then [Save]. |
|
|
14. |
In the 'Warning' window that appears, click on [Yes]. |
|
|
15. |
Exit HxD. |